Documentation for Users  1.3.0
Perception Toolbox for Virtual Reality (PTVR) Manual
visual_search.py File Reference

Go to the source code of this file.

Namespaces

 

Functions

def new_objects (random_value)
 
def create_events_when_pointing_at_objects (my_object)
 
def create_callbacks_to_change_objects (my_object)
 
def main ()
 

Variables

string username = "Henry"
 
float height_of_head = 1.2
 
 viewpoint_position = array ([0, height_of_head, 0])
 
int number_of_distractor = 512
 Distractors. More...
 
 radial_distance_min_max_values = array([2, 15])
 
 color_base = RGBColor(r=0, g=1, b=0)
 
 color_distractor = RGBColor(r=1, g=0, b=0)
 
 color_target = RGBColor(r=1, g=0, b=0)
 
 my_laser_color = RGBColor(r= 0.7)
 POINTING LASER parameters. More...
 
 hand = LaserContingency.RIGHT_HAND
 
 my_world = The3DWorld()
 
string sound_end_of_block = "applaudisement.mp3"
 
string sound_wrong_response = "buzzer.ogg"
 
 handcontroller_id = my_world.handControllerRight.id
 
 configurations_set = set()